home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pcwiz01.arc / TREE.INS < prev    next >
Text File  |  1991-08-22  |  1KB  |  33 lines

  1. TREE     Used to display a listing of the directory and
  2.          subdirectory structure of the TARGET drive.
  3.  
  4. Format:  TREE [Drive:] [/F]
  5.  
  6.   /F     causes FILES to be in included in the listing
  7.  
  8. Example:                TREE
  9.  
  10.   Displays a listing of all directories and lower sub-
  11.   directories that exist on the CURRENT drive.
  12.  
  13. Example:             TREE D: /F
  14.  
  15.   Displays a listing of all directories and lower sub-
  16.   directories that exist on Drive D. The /F switch will
  17.   cause all files contained in the directories to be
  18.   included in this listing.
  19. Example:            TREE/F >LPT1
  20.  
  21.   REDIRECTS the listing of directories and lower sub-
  22.   directories, including all FILES in these directories,
  23.   to your LPT1 printer device. This entire listing will
  24.   be printed instead of being displayed on your screen.
  25.  
  26. Example:          TREE/F >TREE.LST
  27.  
  28.   Same as above, except the output is REDIRECTED to a
  29.   file named TREE.LST. This allows for display of the
  30.   listing on your screen at a later time using the
  31.   TYPE command with a |MORE filter; or for printing of
  32.   the file using the PRINT command.
  33.